home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1999 November / cd joystick no109 novembre 1999.iso / Data / sharewares / utilitaires / WC32V401.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TCONNECT / TCONNECT.txt
Text File  |  1999-07-27  |  2KB  |  135 lines

  1. object CONNECT: TCONNECT
  2.   Tag = 1
  3.   Left = 172
  4.   Top = 198
  5.   HelpContext = 450
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   BorderStyle = bsDialog
  10.   Caption = 'Connect to ftp server'
  11.   ClientHeight = 321
  12.   ClientWidth = 477
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Connectto: TLabel
  22.     Tag = 2
  23.     Left = 7
  24.     Top = 7
  25.     Width = 346
  26.     Height = 14
  27.     AutoSize = False
  28.     Caption = 'Connect &to:'
  29.     FocusControl = id_Connect_List
  30.   end
  31.   object id_Connect_List: TListBox
  32.     Left = 4
  33.     Top = 25
  34.     Width = 353
  35.     Height = 264
  36.     IntegralHeight = True
  37.     ItemHeight = 13
  38.     Sorted = True
  39.     TabOrder = 0
  40.     OnDblClick = ConnectClick
  41.   end
  42.   object New: TButton
  43.     Tag = 3
  44.     Left = 363
  45.     Top = 67
  46.     Width = 110
  47.     Height = 25
  48.     Caption = '&New connection...'
  49.     TabOrder = 2
  50.     OnClick = NewClick
  51.   end
  52.   object Edit: TButton
  53.     Tag = 4
  54.     Left = 363
  55.     Top = 164
  56.     Width = 110
  57.     Height = 25
  58.     Caption = '&Edit...'
  59.     TabOrder = 5
  60.     OnClick = EditClick
  61.   end
  62.   object Delete: TButton
  63.     Tag = 5
  64.     Left = 363
  65.     Top = 193
  66.     Width = 110
  67.     Height = 25
  68.     Caption = '&Delete'
  69.     TabOrder = 6
  70.     OnClick = DeleteClick
  71.   end
  72.   object Connect: TButton
  73.     Tag = 6
  74.     Left = 363
  75.     Top = 25
  76.     Width = 110
  77.     Height = 25
  78.     Caption = '&Connect'
  79.     Default = True
  80.     ModalResult = 1
  81.     TabOrder = 1
  82.     OnClick = ConnectClick
  83.   end
  84.   object Cancel: TButton
  85.     Tag = 4002
  86.     Left = 363
  87.     Top = 222
  88.     Width = 110
  89.     Height = 25
  90.     Cancel = True
  91.     Caption = 'Cancel'
  92.     ModalResult = 2
  93.     TabOrder = 7
  94.   end
  95.   object HelpButton: TButton
  96.     Tag = 4003
  97.     Left = 363
  98.     Top = 259
  99.     Width = 110
  100.     Height = 25
  101.     Caption = '&Help'
  102.     TabOrder = 8
  103.     OnClick = HelpButtonClick
  104.   end
  105.   object NewUrl: TButton
  106.     Tag = 7
  107.     Left = 363
  108.     Top = 95
  109.     Width = 110
  110.     Height = 25
  111.     Caption = 'New &URL...'
  112.     TabOrder = 3
  113.     OnClick = NewUrlClick
  114.   end
  115.   object DuplicateEntry: TButton
  116.     Tag = 8
  117.     Left = 363
  118.     Top = 123
  119.     Width = 110
  120.     Height = 25
  121.     Caption = 'Duplicate entry...'
  122.     TabOrder = 4
  123.     OnClick = DuplicateEntryClick
  124.   end
  125.   object ResolutionFix1: TResolutionFix
  126.     Left = 368
  127.     Top = 292
  128.   end
  129.   object Translate1: TTranslate
  130.     Tag = 6000
  131.     Left = 404
  132.     Top = 292
  133.   end
  134. end
  135.